Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 173,101 for

document formatting

(0.11 sec)
  1. Split a Document in Python|Aspose.Words for Pyt...

    Split a Document into several files using Python. Use the split feature to effectively split a Document by headings or sections, as well as by pages or by page ranges....Ask AI Split a Document Contents [ Hide ] Splitting or split...split a document is the process of breaking a large document into...

    docs.aspose.com/words/python-net/split-a-document/
  2. ImportFormatOptions.force_copy_styles property ...

    ImportFormatOptions.force_copy_styles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KEEP_SOURCE_Formatting](../../importformatmode/#KEEP_SOURCE_Formatting) mode...KEEP_SOURCE_FORMATTING mode. The default value is...destination document, the source style formatting is expanded...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Tables::RowFormat::ClearFormatti...

    Aspose::Words::Tables::RowFormat::ClearFormatting method. Resets to default row Formatting in C++....method Resets to default row formatting. void Aspose :: Words ::...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Format Ranges with Node.js via C++|Documentation

    Learn how to format a range of cells in Excel using Aspose.Cells for Node.js via C++....Ask AI Format Ranges with Node.js via C++ Contents [ Hide ] Possible...range formatting. How to format a Range in Excel To format a range...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  5. Word to PDF file content display misalignment -...

    When using the aspose.words jar package, after the system converts a Word Document to PDF, the content positions in the PDF file shift, resulting in inconsistencies with the original Word Document’s display. word转pdf配置.…...the system converts a Word document to PDF, the content positions...inconsistencies with the original Word document’s display. word转pdf配置.docx...

    forum.aspose.com/t/word-to-pdf-file-content-dis...
  6. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....with Styles and Themes documentation article. Examples: Shows...with list formatting. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  7. Online Excel File Text Finder or Build Excel Se...

    Free online app to search in Excel file. C# API code for any Excel file text search application....Search Excel Online Searchable Document App and Excel Search API Code...powerful .NET based Excel document search engine software or...

    products.aspose.com/total/net/search/excel/
  8. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects....objects in Microsoft Word documents are represented by instances...Shape class is a node in a document and can represent a picture...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ListLevel.font property | Aspose.Words for Node.js

    ListLevel.font property. Specifies character Formatting used for the list label....property Specifies character formatting used for the list label....how to apply custom list formatting to paragraphs when using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...pdfSaveOptions); Document doc = new Document(pdfFile); string...to preserve the layout and formatting of the Excel sheet. Explore...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...